@charset "utf-8";

.beston22119Home1 {
    width: 100%;
    position: relative;
}

.beston22119Home1-con {
    width: 100%;
    overflow: hidden;
}
.index-banner {
            width: 100vw;
            overflow: hidden;
        }

 .index-banner .swiper-slide {
    position: relative;
}

.beston22119Home1-pi,.beston22119Home1-video{
    font-size: 0;
    width: 100%;
}

.beston22119Home1-pic img {
    width: 100%;
            -webkit-animation-duration: 5s;
            animation-duration: 5s;
            -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

.beston22119Home1-video video {
    width: 100%;
}

 .index-banner .leftUp .beston22119Home1-pic img {
            -webkit-animation-name: leftUp;
            animation-name: leftUp;
        }

        @-webkit-keyframes leftUp {
            0% {
                -webkit-transform: scale(1.1) translate(4.545%, 4.545%);
                transform: scale(1.1) translate(4.545%, 4.545%);
            }

            to {
                -webkit-transform: scale(1.1) translate(-4.545%, -4.545%);
                transform: scale(1.1) translate(-4.545%, -4.545%);
            }
        }

        @keyframes leftUp {
            0% {
                -webkit-transform: scale(1.1) translate(4.545%, 4.545%);
                transform: scale(1.1) translate(4.545%, 4.545%);
            }

            to {
                -webkit-transform: scale(1.1) translate(-4.545%, -4.545%);
                transform: scale(1.1) translate(-4.545%, -4.545%);
            }
        }

        .index-banner .moveRight .beston22119Home1-pic img {
            -webkit-animation-name: moveRight;
            animation-name: moveRight;
        }

        @-webkit-keyframes moveRight {
            0% {
                -webkit-transform: scale(1.1) translate(-4.545%);
                transform: scale(1.1) translate(-4.545%);
            }

            to {
                -webkit-transform: scale(1.1) translate(4.545%);
                transform: scale(1.1) translate(4.545%);
            }
        }

        @keyframes moveRight {
            0% {
                -webkit-transform: scale(1.1) translate(-4.545%);
                transform: scale(1.1) translate(-4.545%);
            }

            to {
                -webkit-transform: scale(1.1) translate(4.545%);
                transform: scale(1.1) translate(4.545%);
            }
        }

        .index-banner .moveDown .beston22119Home1-pic img {
            -webkit-animation-name: moveDown;
            animation-name: moveDown;
        }

        @-webkit-keyframes moveDown {
            0% {
                -webkit-transform: scale(1.1) translateY(-4.545%);
                transform: scale(1.1) translateY(-4.545%);
            }

            to {
                -webkit-transform: scale(1.1) translateY(4.545%);
                transform: scale(1.1) translateY(4.545%);
            }
        }

        @keyframes moveDown {
            0% {
                -webkit-transform: scale(1.1) translateY(-4.545%);
                transform: scale(1.1) translateY(-4.545%);
            }

            to {
                -webkit-transform: scale(1.1) translateY(4.545%);
                transform: scale(1.1) translateY(4.545%);
            }
        }

        .index-banner .centerBig .beston22119Home1-pic img {
            -webkit-animation-name: centerBig;
            animation-name: centerBig;
        }

        @-webkit-keyframes centerBig {
            to {
                -webkit-transform: scale(1.1);
                transform: scale(1.1);
            }
        }

        @keyframes centerBig {
            to {
                -webkit-transform: scale(1.1);
                transform: scale(1.1);
            }
        }

        .index-banner .rightDownBig .beston22119Home1-pic img {
            -webkit-animation-name: rightDownBig;
            animation-name: rightDownBig;
        }

        @-webkit-keyframes rightDownBig {
            to {
                -webkit-transform: scale(1.1) translate(4%, 4%);
                transform: scale(1.1) translate(4%, 4%);
            }
        }

        @keyframes rightDownBig {
            to {
                -webkit-transform: scale(1.1) translate(4%, 4%);
                transform: scale(1.1) translate(4%, 4%);
            }
        }

.beston22119Home1-span {
    position: absolute;
    bottom: 70px;
    left: 130px;
    font-weight: 500;
    color: #cecece;
    font-size: 16px;
    font-family: DINCond !important;
}

.beston22119Home1-span span {
    color: #ffffff;
    font-size: 50px;
}

.beston22119Home1-desCon {
    width: 100%;
    position: absolute;
    left: 50%;
    text-align: center;
    top: 35%;
    transform: translateX(-50%);
}

.beston22119Home1-t1 {
    line-height: 69px;
    color: #ffffff;
    font-size: 40px;
    margin-bottom: 10px;
}

.beston22119Home1-t2 {
    color: #ffffff;
    font-size: 58px;
}

.beston22119Home1-icon {
    width: 30px;
    height: 54px;
    font-size: 0;
    background: url(../img/home/组\ 2.png) no-repeat center;
    animation: beston22119Home1 2s linear infinite;
    position: absolute;
    left: calc(50% - 15px);
    bottom: 70px;
    z-index: 999;
}

@keyframes beston22119Home1 {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(5px);
    }

    50% {
        transform: translateY(15);
    }

    75% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(0px);
    }
}

.beston22119Home1-btn {
    display: flex;
    position: absolute;
    right: 150px;
    bottom: 85px;
    z-index: 999;
}

.beston22119Home1-bth-left,
.beston22119Home1-bth-cen,
.beston22119Home1-bth-right {
    width: 48px;
    height: 48px;
    color: #fff;
    font-size: 16px;
    line-height: 48px;
    background-color: transparent;
    text-align: center;
    border: 1px solid;
    border-color: #ffffff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.34);
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}

.beston22119Home1-bth-left:hover,
.beston22119Home1-bth-cen:hover,
.beston22119Home1-bth-right:hover {
    background-color: rgba(255, 255, 255, 0.43);
}

.beston22119Home1-bth-cen {
    margin: 0 15px;
}

.beston22119Home2 {
    width: 100%;
}

.beston22119Home21 {
    max-width: 1640px;
    margin: 0 auto;
    padding: 110px 0 100px 0;
    display: flex;
}

.beston22119Home21 h2 {
    width: 24.4%;
}

.beston22119Home21-t {
    flex: 1;
}

.beston22119Home21-t1 {
    font-weight: 500;
    color: #4d4d4d;
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 25px;
}

.beston22119Home21-t2 {
    color: #686868;
    font-size: 18px;
    max-width: 80%;
    line-height: 36px;
}

.beston22119Home22 {
    width: 100%;
    position: relative;
}

.beston22119Home22-con {
    width: 100%;
    overflow: hidden;
}

.beston22119Home22-banner {
    width: 20000px;
    display: flex;
}

.beston22119Home22-single {
    position: relative;
}

.beston22119Home22-pic {
    font-size: 0;
    width: 100%;
}

.beston22119Home22-in {
    max-width: 1640px;
    position: absolute;
    left: 7%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.beston22119Home22-t {
    flex: 1;
}

.beston22119Home22-t1 {
    color: #ffffff;
    font-size: 46px;
}

.beston22119Home22-t2 {
    font-weight: 300;
    color: #ffffff;
    font-size: 18px;
    line-height: 36px;
    margin: 30px 0 120px 0;
    width: 85%;
}

.beston22119Home22-a a {
    width: 180px;
    line-height: 50px;
    border: 1px solid;
    border-color: #cfcfcf;
    text-align: center;
    display: inline-block;
    font-family: PingFang SC;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: all 1s;
    background-color: transparent;
    border-radius: 35px;
}

.beston22119Home22-a a:hover {
    color: #fff;
    border-color: #44bcb7;
    transition: all 1s;
    background-color: #44bcb7;
}

.beston22119Home22-inpic {
    width: 53%;
    font-size: 0;
}

.beston22119Home22-inpic img {
    width: 100%;
}

.beston22119Home22Bot {
    width: 100%;
    height: 180px;
    background-color: #101010;
    box-sizing: border-box;
    padding: 0 7%;
    display: flex;
    align-items: center;
    position: relative;
}

.beston22119Home22-span {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    overflow-x: hidden;
    margin: -1.6% 0 0;
}

.beston22119Home22-span .swiper-container {
    width: 100%;
    overflow: visible;
    height: 90%;
}


/*.beston22119Home22-span1.active-nav .beston22119Home22-span-poit::after*/
.beston22119Home22-span1.active-nav .beston22119Home22-span-poit::after{
    content: '';
    width: 24px;
    height: 24px;
    border: 1px solid;
    border-color: #ffffff;
    background-color: transparent;
    position: absolute;
    border-radius: 50%;
    top: calc(50% - 13px);
    left: calc(50% - 13px);
    transition: all 0.5s ease-in-out;
}

.beston22119Home22-span-poit {
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
}

.beston22119Home22-span1 {
    text-align: center;
    color: #ffffff;
    cursor: pointer;
}

.beston22119Home22-span-num {
    font-size: 20px;
    line-height: 26px;
    margin: 60px 0 7px 0;
    transition: all 0.5s ease-in-out;
}

.beston22119Home22-span1.active-nav .beston22119Home22-span-num {
    font-weight: 500;
    margin: 30px 0 0px 0;
    line-height: 66px;
    color: #42bbb6;
    font-size: 50px;
    transition: all 0.5s ease-in-out;
}

.beston22119Home22-span-txt {
    font-size: 18px;
    line-height: 24px;
}

.beston22119Home22-span1.active-nav .beston22119Home22-span-txt {
    font-size: 22px;
    line-height: 29px;
    transition: all 0.5s ease-in-out;
}

.beston22119Home22-bth {
    position: absolute;
    width: 38px;
    height: 38px;
    border: 1px solid;
    border-color: #959494;
    border-radius: 50%;
    top: calc(50% - 15px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    cursor: pointer;
}

.beston22119Home22-bth.left {
    left: 7%;
}

.beston22119Home22-bth.right {
    right: 7%;
}

.beston22119Home22-bth img {
    width: 8px;
    height: 10px;
}

.beston22119Home3 {
    width: 100%;
}

.beston22119Home31 {
    background: url(../img/home/组\ 12530.jpg) no-repeat;
    width: 100%;
    background-size: 100% 100%;
    padding: 218px 7% 68px 7%;
    display: flex;
    box-sizing: border-box;
}

.beston22119Home31-t1 {
    font-weight: 500;
    color: #ffffff;
    font-size: 26px;
    padding-bottom: 33px;
    border-bottom: 1px solid #fff;
}

.beston22119Home31-t {
    width: 57.8%;
}

.beston22119Home31-t2 {
    margin-top: 35px;
    color: #ffffff;
    font-size: 16px;
    line-height: 36px;
}

.beston22119Home31-con {
    text-align: right;
    position: relative;
    flex: 1;
}

.beston22119Home31 h2#beston22119-h2 {
    color: #ffffff !important;
}

.beston22119Home31-eng {
    opacity: 51%;
    width: 289px;
    height: 181px;
    font-weight: 900;
    color: #ffffff;
    font-size: 78px;
    line-height: 78px;
    position: absolute;
    right: 0;
    bottom: -30px;
}

.beston22119Home32 {
    width: 100%;
    position: relative;
}

.beston22119Home32-pic {
    width: 100%;
    font-size: 0;
}

.beston22119Home32-pic img {
    width: 100%;
}

.beston22119Home32-safe {
    position: absolute;
    left: 120px;
    bottom: 120px;
    display: flex;
    justify-content: start;
}

.beston22119Home32-single {
    margin-right: 30px;
    border-radius: 50%;
    width: 169px;
    height: 169px;
    background-color: #fff;
    padding: 40px 0 35px 0;
    text-align: center;
    box-sizing: border-box;
}

.beston22119Home32-num {
    font-weight: 700;
    color: #000000;
    font-size: 46px;
    position: relative;
}
.beston22119Home32-num.beston22119Home32-num2::after {
    content: '万';
    font-size: 18px;
    margin-left: 3px;
}
.beston22119Home32-single:nth-child(3) .beston22119Home32-num::after,
.beston22119Home32-single:nth-child(4) .beston22119Home32-num::after {
    font-size: 23px;
    font-weight: normal;
    content: '+';
    width: 13px;
    height: 13px;
    position: absolute;
    right: 30px;
    top: 0;
}

.beston22119Home32-single:nth-child(3) .beston22119Home32-num::after {
    right: 45px;
}

.beston22119Home32-con {
    color: #666666;
    font-size: 16px;
}

.beston22119Home4 {
    max-width: 1640px;
    margin: 0 auto;
    padding-bottom: 140px;
}

.beston22119Home41 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 140px 0 60px 0;
}

.beston22119Home41-tabs {
    display: flex;
    width: 336px;
    line-height: 45px;
    justify-content: space-between;
    background-color: #eeeeee;
    border-radius: 25px;
    font-weight: 500;
    color: #333333;
    font-size: 18px;
}

.beston22119Home41-tab {
    width: 164px;
    text-align: center;
    cursor: pointer;
}

.beston22119Home41-tab.active {
    color: #ffffff;
    background-color: #44bcb7;
    border-radius: 25px;
}

.beston22119Home42-safe {
    display: none;
    justify-content: space-between;
}

.beston22119Home42-safe.active {
    display: flex;
}

.beston22119Home42-single {
    width: 30%;
}

.beston22119Home42-single:nth-child(2) {
    position: relative;
}

.beston22119Home42-single:nth-child(2)::after {
    content: '';
    height: calc(100% - 80px);
    width: 1px;
    background-color: #e8e8e8;
    position: absolute;
    top: 0;
    left: -8%;
}

.beston22119Home42-single:nth-child(2)::before {
    content: '';
    height: calc(100% - 80px);
    width: 1px;
    background-color: #e8e8e8;
    position: absolute;
    top: 0;
    right: -8%;
}

.beston22119Home42-con {
    border-bottom: 1px solid #e1e1e1;
    padding: 0 0 50px 0;
}

.beston22119Home42-single:hover .beston22119Home42-pic img {
    transform: scale(1.2);
    transition: all .5s;
}

.beston22119Home42-pic {
    width: 100%;
    font-size: 0;
    overflow: hidden;
}

.beston22119Home42-pic a {
    display: inline-block;
    width: 100%;
    font-size: 0;
    text-decoration: none;
    cursor: pointer;
}

.beston22119Home42-pic img {
    transition: all .5s;
    width: 100%;
}

.beston22119Home42-t1 a {
    display: inline-block;
    height: 60px;
    font-weight: 500;
    color: #333333;
    font-size: 24px;
    line-height: 30px;
    padding: 25px 0 15px 0;
    cursor: pointer;
    text-decoration: none;
}

.beston22119Home42-t2 {
    color: #666666;
    font-size: 16px;
    line-height: 20px;
}

.beston22119Home42-a {
    margin: 30px 0 0px 0;
    color: #999999;
}

.beston22119Home42-a a {
    background: url(../img/home/组\ 12533.png) 85% center no-repeat;
    font-weight: 500;
    color: #999;
    display: inline-block;
    box-sizing: border-box;
    padding-left: 20px;
    line-height: 50px;
    font-size: 14px;
    border-radius: 25px;
    border: 1px solid;
    border-color: #999999;
    width: 150px;
    background-size: 25px 25px;
    transition: all .5s;
    text-decoration: none;
}

.beston22119Home42-single:hover .beston22119Home42-a a {
    color: #fff;
    transition: all .5s;
    border: none;
    background: url(../img/home/组\ 12532.png) #44bcb7 85% center no-repeat;
}

.beston22119Home5 {
    width: 100%;
    position: relative;
}

.beston22119Home5-pic {
    width: 100%;
    font-size: 0;
    overflow: hidden;
}

.beston22119Home5-pic img {
    width: 100%;
    animation: beston22119Home42 5s linear infinite;
}

.beston22119Home5-con {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translateX(-50%) translateY(-50%);
}

.beston22119Home5-t1 {
    font-weight: 500;
    color: #ffffff;
    font-size: 34px;
    margin-bottom: 10px;
}

.beston22119Home5-t2 {
    color: #ffffff;
    font-size: 25px;
    line-height: 36px;
    margin-bottom: 60px;
}

.beston22119Home5-a {
    text-align: center;
}

.beston22119Home5-a a {
    width: 180px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    font-family: PingFang SC;
    color: #333333;
    text-decoration: none;
    font-size: 14px;
    background-color: #f2f2f2;
    border-radius: 35px;
}

.beston22119Home5-a a:hover {
    color: #fff;
    background-color: #44bcb7;
}

@keyframes beston22119Home42 {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.1);
    }

    50% {
        transform: scale(1.2);
    }

    75% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}


/* 媒体查询 */
@media screen and (max-width:1700px) {

    .beston22119Home4,
    .beston22119Home21 {
        max-width: 1600px;
    }
}

@media screen and (max-width:1550px) {
    .beston22119Home1-t2 {
        font-size: 50px;
    }

    .beston22119Home21 {
        padding: 90px 0 80px 0;
    }

    .beston22119Home1-span span {
        color: #ffffff;
        font-size: 40px;
    }

    .beston22119Home4,
    .beston22119Home21 {
        max-width: 1450px;
    }

    .beston22119Home22-bth.left {
        left: 6%;
    }

    .beston22119Home22-bth.right {
        right: 6%;
    }

    .beston22119Home22-span-txt {
        font-size: 16px;
    }

    .beston22119Home22Bot {
        height: 150px;
    }

    .beston22119Home22-span-num {
        font-size: 18px;
        line-height: 26px;
        margin: 30px 0 7px 0;
    }

    .beston22119Home22-span1.active-nav .beston22119Home22-span-num {
        margin: 20px 0 0px 0;
        line-height: 50px;
        font-size: 38px;
    }

    .beston22119Home22-span1.active-nav .beston22119Home22-span-txt {
        font-size: 20px;
        line-height: 24px;
    }

    .beston22119Home22-bth {
        top: calc(50% - 17px);
    }

    .beston22119Home31-eng {
        height: 160px;
        font-size: 68px;
        line-height: 78px;
        bottom: -0px;
    }

    .beston22119Home21-t1 {
        font-size: 24px;
    }

    .beston22119Home21-t2 {
        font-size: 16px;
    }

    .beston22119Home22-t1 {
        font-size: 40px;
    }

    .beston22119Home22-t2 {
        font-size: 16px;
        margin: 20px 0 90px 0;
    }


    .beston22119Home31-t1 {
        font-size: 24px;
    }

    .beston22119Home32-num {
        font-size: 40px;
    }

    .beston22119Home42-t1 a {
        font-size: 22px;
    }

    .beston22119Home31 {
        padding: 200px 7% 60px 7%;
    }

    .beston22119Home41 {
        padding: 120px 0 50px 0;
    }
}

@media screen and (max-width:1400px) {
    .beston22119Home41 {
        padding: 100px 0 50px 0;
    }

    .beston22119Home31 {
        padding: 180px 7% 50px 7%;
    }

    .beston22119Home21 {
        padding: 70px 0 60px 0;
    }

    .beston22119Home42-con {
        padding: 0 0 30px 0;
    }

    .beston22119Home5-t1 {
        font-size: 32px;
    }

    .beston22119Home5-t2 {
        font-size: 22px;
        line-height: 34px;
        margin-bottom: 40px;
    }

    .beston22119Home42-t1 a {
        font-size: 20px;
    }

    .beston22119Home31-t2 {
        font-size: 14px;
        line-height: 30px;
    }

    .beston22119Home22-t1 {
        font-size: 38px;
    }

    .beston22119Home21-t1 {
        font-size: 22px;
    }

    .beston22119Home1-t1 {
        font-size: 30px;
    }

    .beston22119Home1-t2 {
        font-size: 40px;
    }

    .beston22119Home4,
    .beston22119Home21 {
        max-width: 1300px;
    }

    .beston22119Home22-bth.left {
        left: 5%;
    }

    .beston22119Home22-bth.right {
        right: 5%;
    }

    .beston22119Home42-t1 a {
        font-size: 22px;
    }
}

@media screen and (max-width:1300px) {
    .beston22119Home4 {
        padding-bottom: 100px;
    }

    .beston22119Home31 {
        padding: 150px 5% 50px 5%;
    }

    .beston22119Home32-safe {
        left: 60px;
        bottom: 60px;
    }

    .beston22119Home32-single {
        width: 150px;
        height: 150px;
    }

    .beston22119Home4,
    .beston22119Home21 {
        max-width: 1200px;
    }

    .beston22119Home22-bth.left {
        left: 4%;
    }

    .beston22119Home22-bth.right {
        right: 4%;
    }
}

.beston22119Home1phone-pic,
.beston22119Home32phone-pic,
.beston22119Home5phone-pic {
    display: none;
    width: 100%;
    font-size: 0;
}

.beston22119Home31-t #beston22119-h2 {
    display: none;
}

.beston22119Home1phone-pic img,
.beston22119Home32phone-pic img,
.beston22119Home5phone-pic img {
    width: 100%;
}

@media screen and (max-width:1024px) {

    html,
    body {
        overflow-x: hidden;
    }

    /* 控制首页友情链接 */
    .beston22119Copyphone a {
        line-height: 24px !important;
    }

    .beston22119Copyphone {
        padding: 20px 15px;
    }

    .beston22119Home1phone-pic {
        display: block;
    }

    .beston22119Home1-pic,
    .beston22119Home1-desCon,
     .beston22119Home1-video{
        display: none;
    }
    /*.beston22119Home1-video{*/
    /*    opacity: 0;*/
    /*    height: 0;*/
    /*    overflow: hidden;*/
    /*}*/
    .beston22119Home22-span1.swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .beston22119Home1-btn{
        display: none;
    }
    .beston22119Home1-span {
    left: 70%;
}
    .beston22119Home1-t1 {
        line-height: 32px;
        font-size: 32px;
        margin-bottom: 20px;
    }

    .beston22119Home1-t2 {
        font-size: 36px;
        line-height: 50px;
        padding: 0 5px;
    }

    .beston22119Home21 {
        padding: 30px 10px 20px 10px;
        display: block;
        text-align: center;
    }
    .beston22119Home21 h2#beston22119-h2 {
        margin-bottom: 10px;
    }
    .beston22119Home21 h2 {
        width: 100%;
        margin-bottom: 30px;
    }

    .beston22119Home21-t2 {
        font-size: 16px;
        max-width: 100%;
        line-height: 32px;
    }

    .beston22119Home22-in {
        max-width: 100%;
        left: 0;
        padding: 0 11px;
        display: block;
        text-align: center;
    }

    .beston22119Home22-t1 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .beston22119Home22-t2 {
        font-size: 16px;
        line-height: 32px;
        margin: 30px 0 70px 0;
        width: 100%;
    }
    .beston22119Home22-inpic {
        width: 100%;
        margin-top: 30px;
    }

    .beston22119Home22-span-txt {
        display: none;
    }

    .beston22119Home22Bot {
        height: 90px;
    }

    .beston22119Home22-span-poit {
        display: none;
    }

    .beston22119Home22-span1.active-nav .beston22119Home22-span-poit::after {
        display: none;
    }

    .beston22119Home22-span1 {
        width: 10%;
        height: auto;
        margin-top: 0;
    }

    .beston22119Home22-span-num {
        font-size: 16px;
        line-height: 22px;
        margin: 0;
    }

    .beston22119Home22-span1.active-nav .beston22119Home22-span-num {
        font-weight: 700;
        margin: 0;
        line-height: 30px;
        font-size: 23px;
    }

    .beston22119Home22Bot {
        justify-content: space-around;
    }

    .beston22119Home22-span {
        flex: none;
        width: 60%;
        margin: 0;
    }
    .beston22119Home22-span .swiper-container {
        height: 100%;
    }    
    .beston22119Home22-bth {
        top: calc(50% - 17px);
    }

    .beston22119Home31-con {
        display: none;
    }

    .beston22119Home31 {
        display: block;
        padding: 100px 0 80px;
        text-align: center;
    }

    .beston22119Home31-t #beston22119-h2 {
        display: block;
        color: #333333 !important;
        margin-bottom: 70px;
    }

    .beston22119Home31-t {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .beston22119Home31-t1 {
        font-size: 22px;
        padding-bottom: 30px;
        border-bottom: 0;
    }

    .beston22119Home31-t2 {
        margin-top: 0;
        line-height: 32px;
    }

    .beston22119Home32-pic {
        display: none;
    }

    .beston22119Home32phone-pic {
        display: block;
    }

    .beston22119Home32-safe {
        width: 100%;
        left: 50%;
        bottom: 50%;
        transform: translateX(-50%) translateY(+50%);
        display: block;
    }

    .beston22119Home32-single {
        margin: 10px 15px;
        display: inline-block;
    }

    .beston22119Home41 {
        display: block;
        padding: 70px 0 30px 0;
        text-align: center;
    }

    .beston22119Home41-tabs {
        margin: 40px auto 0;
    }

    .beston22119Home42-single {
        width: 100%;
    }

    .beston22119Home42-safe.active {
        display: block;
        padding: 0 15px;
        text-align: center;
    }

    .beston22119Home42-t1 a {
        line-height: 36px;
    }

    .beston22119Home42-con {
        padding: 0 0 40px 0;
    }

    .beston22119Home42-a {
        margin: 30px 0 60px 0;
    }

    .beston22119Home42-a a {
        text-align: left;
    }

    .beston22119Home4 {
        padding-bottom: 40px;
    }

    .beston22119Home5-pic {
        display: none;
    }

    .beston22119Home5phone-pic {
        display: block;
    }

    .beston22119Home5-con {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .beston22119Home5-t2 {
        font-size: 22px;
        line-height: 34px;
        margin-bottom: 50px;
    }

    .beston22119Home5-t1 {
        font-size: 32px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width:500px) {
    .beston22119Home22-t2 {
        margin: 20px 0 20px 0;
    }
    .beston22119Home22-inpic {
        width: 100%;
        margin-top: 0px;
    }
    .beston22119Home22-pic img {
        height: 520px;
    }
    .beston22119Home22-a a {
        width: 150px;
        line-height: 42px;
        font-size: 13px;
        border-radius: 33px;
        margin: 0 0 20px;
    }
}
@media screen and (max-width:400px) {
    .beston22119Home32-single {
        margin: 10px 10px;
        display: inline-block;
    }

    .beston22119Home32-safe {
        padding-left: 10px;
    }

    .beston22119Home32-num {
        font-size: 38px;
    }
}